Skip to content

feat: show active mint name and balance on POS screen#312

Open
Codepocketdev wants to merge 1 commit into
cashubtc:mainfrom
Codepocketdev:feat/show-mint-info-on-pos-screen
Open

feat: show active mint name and balance on POS screen#312
Codepocketdev wants to merge 1 commit into
cashubtc:mainfrom
Codepocketdev:feat/show-mint-info-on-pos-screen

Conversation

@Codepocketdev
Copy link
Copy Markdown

Fixes #287 - cashiers had no way to see which mint was active without navigating to Settings. Adds a discreet info bar below the top nav showing the active mint name and current BTC balance. Updates automatically when returning from Settings via refreshDisplay().

@github-project-automation github-project-automation Bot moved this to Backlog in Numo May 3, 2026
Fixes cashubtc#287 - cashiers had no way to see which mint was active without
navigating to Settings. Adds a discreet info bar below the top nav
showing the active mint name and current BTC balance. Updates
automatically when returning from Settings via refreshDisplay().
@Codepocketdev Codepocketdev force-pushed the feat/show-mint-info-on-pos-screen branch from 3396dc4 to b6f790b Compare May 3, 2026 14:53
@a1denvalu3
Copy link
Copy Markdown
Collaborator

Why do merchants need this information displayed on the main screen?

@Codepocketdev
Copy link
Copy Markdown
Author

Good question. The use case is cashiers at busy merchant setups where multiple mints might be configured — without seeing the active mint on the POS screen, they have to navigate to Settings to verify which mint is active before charging. This creates unnecessary friction during transactions.

The info bar is discreet (small text, 13sp) and only visible when a mint is configured. It hides automatically when no mint is set. If the consensus is that this belongs elsewhere (e.g., a status bar or settings header), happy to move it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

Feature: Show Active Mint and Balance in POS Screen

2 participants